Skip to content

Conversation

@linux-riscv-bot
Copy link

PR for series 1028982 applied to workflow__riscv__fixes

Name: lib/crypto: riscv/chacha: Maintain a frame pointer
URL: https://patchwork.kernel.org/project/linux-riscv/list/?series=1028982
Version: 1

crypto_zvkb doesn't maintain a frame pointer and also uses s0, which
means that if it crashes we don't get a stack trace. Modify prologue and
epilogue to maintain a frame pointer as -fno-omit-frame-pointer would.
Also reallocate registers to match.

Signed-off-by: Vivian Wang <[email protected]>
Signed-off-by: Linux RISC-V bot <[email protected]>
@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
build-rv32-defconfig
Desc: Builds riscv32 defconfig
Duration: 113.51 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
build-rv64-clang-allmodconfig
Desc: Builds riscv64 allmodconfig with Clang, and checks for errors and added warnings
Duration: 1180.17 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
build-rv64-gcc-allmodconfig
Desc: Builds riscv64 allmodconfig with GCC, and checks for errors and added warnings
Duration: 1638.83 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
build-rv64-nommu-k210-defconfig
Desc: Builds riscv64 defconfig with NOMMU for K210
Duration: 24.18 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
build-rv64-nommu-k210-virt
Desc: Builds riscv64 defconfig with NOMMU for the virt platform
Duration: 26.01 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
checkpatch
Desc: Runs checkpatch.pl on the patch
Duration: 0.78 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
dtb-warn-rv64
Desc: Checks for Device Tree warnings/errors
Duration: 78.55 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
header-inline
Desc: Detects static functions without inline keyword in header files
Duration: 0.24 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
kdoc
Desc: Detects for kdoc errors
Duration: 0.85 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
module-param
Desc: Detect module_param changes
Duration: 0.25 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
verify-fixes
Desc: Verifies that the Fixes: tags exist
Duration: 0.23 seconds
Result: PASS

@linux-riscv-bot
Copy link
Author

Patch 1: "lib/crypto: riscv/chacha: Maintain a frame pointer"
verify-signedoff
Desc: Verifies that Signed-off-by: tags are correct
Duration: 0.31 seconds
Result: PASS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants